9 lines
361 B
TypeScript
9 lines
361 B
TypeScript
/**
|
|
* Make a Token that renders to given region if used in a different stack, otherwise undefined
|
|
*/
|
|
export declare function regionIfDifferentFromStack(region: string): string;
|
|
/**
|
|
* Make a Token that renders to given account if used in a different stack, otherwise undefined
|
|
*/
|
|
export declare function accountIfDifferentFromStack(account: string): string;
|