export declare const command = "creatematchresources"; export declare const desc = "Create an S3 bucket and IAM user with read access to that bucket, allowing safe storage of your Match certificates"; export declare const handler: () => Promise;