/**
 * 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;
