import type { Paginator } from "@smithy/types"; import { DescribeAppBlockBuilderAppBlockAssociationsCommandInput, DescribeAppBlockBuilderAppBlockAssociationsCommandOutput } from "../commands/DescribeAppBlockBuilderAppBlockAssociationsCommand"; import type { AppStreamPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeAppBlockBuilderAppBlockAssociations: (config: AppStreamPaginationConfiguration, input: DescribeAppBlockBuilderAppBlockAssociationsCommandInput, ...rest: any[]) => Paginator;