export interface StepFunctionLambdaInput { readonly owner: string; readonly repo: string; readonly runnerName: string; readonly installationId?: number; } export declare function getSecretValue(arn: string | undefined): Promise; export declare function getSecretJsonValue(arn: string | undefined): Promise; export declare function updateSecretValue(arn: string | undefined, value: string): Promise; export declare function customResourceRespond(event: AWSLambda.CloudFormationCustomResourceEvent, responseStatus: string, reason: string, physicalResourceId: string, data: any): Promise;