export declare function template(resources: { [key: string]: any; }): { Resources: { [key: string]: any; }; }; export declare function resource(type: string, properties: { [key: string]: any; }): { Type: string; Properties: { [key: string]: any; }; }; export declare function role(properties: { [key: string]: any; }): { Type: string; Properties: { [key: string]: any; }; }; export declare function policy(properties: { [key: string]: any; }): { Type: string; Properties: { [key: string]: any; }; }; export declare function poldoc(...statements: any[]): { Version: string; Statement: any[]; };