/** * @author Olsi Rrjolli */ import { IAwsRequestEvent } from '../types/index'; /** * Execute the Book Store method which will needed * @param awsRequestEvent * The awsRequestEvent (httpMethod, resource...) * @throws MethodExecuteError * If the method can't execute */ export declare const execute: (awsRequestEvent: IAwsRequestEvent) => Promise;