interface StackInfo {
    readonly account: string;
    readonly region: string;
    readonly name: string;
}
export declare function getStackInfoFromArn(stackArn: string): StackInfo;
export {};
