type CustomerPlaybookPageProps = { params: Promise<{ resource: string; }>; }; export default function CustomerPlaybookPage({ params }: CustomerPlaybookPageProps): Promise; export {}; //# sourceMappingURL=CustomerPlaybookPage.d.ts.map