export declare abstract class LambdaHandlerError extends Error {
    details?: string | undefined;
    constructor(details?: string | undefined);
}
