declare const getMock: (data: any, success?: boolean, delay?: number) => Promise; export default getMock;