import type { Paginator } from "@smithy/types"; import { DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput } from "../commands/DescribeLaunchConfigurationTemplatesCommand"; import type { DrsPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeLaunchConfigurationTemplates: (config: DrsPaginationConfiguration, input: DescribeLaunchConfigurationTemplatesCommandInput, ...rest: any[]) => Paginator;