/**
 * Parses the value of "Value" and reflects it back as attribute.
 */
export declare function handler(event: AWSLambda.CloudFormationCustomResourceEvent): Promise<{
    Data: {
        Value: any;
    };
}>;
